Click or drag to resize

LayoutFieldSetNull Method

Updates the data of the index occurence of this field stored in message with the NULL (NO-DATA) value.

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

Parameters

message
Type: OBCOM.NetSwitchLib.LayoutsLayoutMessage
The message that will be updated.
index
Type: SystemInt32
The occurence index of the field.
Exceptions
ExceptionCondition
IndexOutOfRangeException If index is out of bounds.
Remarks
A field is said to be NULL if the first character of it's character sequence is the special character NO-DATA (0x1A).
See Also