.

SqNode.UserData

A region of user data on a SynqNet node. The size of UserData is SqNode.UserDataSizeMax in bytes.

Version History

Introduced in MPX 2.0.

Type

Array of Byte

Common Exceptions

 
Error Occurs when...
Argument The number of bytes being written to UserData exceeds SqNode.UserDataSizeMax.

Visual Basic

Syntax

Property UserData As Byte()

Sample Code

 
Dim x() As Byte = controller.SynqNet(0).Node(0).UserData 


Sample Application

 

C#

Syntax

byte[] UserData;

Sample Code

 
byte x = controller.SynqNet[0].Node[0].UserData[0]; 

 

See Also

UserDataSizeMax

 

       Legal Notice  |  Tech Email  |  Feedback
      
Copyright ©
2001-2021 Motion Engineering