Click or drag to resize

LayoutFieldGetSequence Method

Returns the unformatted character sequence of the index occurence of field in message.

Namespace:  OBCOM.NetSwitchLib.Layouts
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public virtual string GetSequence(
	LayoutMessage message,
	int index
)

Parameters

message
Type: OBCOM.NetSwitchLib.LayoutsLayoutMessage
The message that will be read.
index
Type: SystemInt32
The occurence index of the field.

Return Value

Type: String
The the unformatted character sequence of Field(index) in message.
Exceptions
ExceptionCondition
IndexOutOfRangeException If index is out of bounds.
Remarks
If the value of the field is NULL it returns null (see IsNull for more details).
See Also