Specifies a maintenance code used to indicate maintenance details about the barge that need to be communicated to the receiver.

Namespace:  BargeEx
Assembly:  BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)

Syntax

C#
[FlagsAttribute]
public enum CicaBargeMaintenanceCodes
Visual Basic (Declaration)
<FlagsAttribute> _
Public Enumeration CicaBargeMaintenanceCodes
Visual C++
[FlagsAttribute]
public enum class CicaBargeMaintenanceCodes

Members

Member nameDescription
None
Indicates no maintenance issues are present.
Leaking
The barge has a known leak and may need attention.
(CICA Code: Leaking)

Remarks

Used by the Barge.MaintenanceCodes property.

See Also