 | 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)
Syntaxpublic virtual void SetNull(
LayoutMessage message,
int index
)
Public Overridable Sub SetNull (
message As LayoutMessage,
index As Integer
)
Parameters
- message
- Type: OBCOM.NetSwitchLib.LayoutsLayoutMessage
The message that will be updated.
- index
- Type: SystemInt32
The occurence index of the field.
Exceptions
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