Click or drag to resize

LayoutFieldSetChar Method

Updates the character value 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 void SetChar(
	LayoutMessage message,
	int index,
	Nullable<char> value
)

Parameters

message
Type: OBCOM.NetSwitchLib.LayoutsLayoutMessage
The message that will be updated.
index
Type: SystemInt32
The occurence index of the field.
value
Type: SystemNullableChar
The new character value of the field.
Exceptions
ExceptionCondition
IndexOutOfRangeException If index is out of bounds.
Remarks
If value is null then the field's data is set to NULL (see IsNull for more details).
See Also