Create an AS assigned identifier from its specified parts.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public static DOFObjectIDSource createAsAssignedOID( int nodeId, byte asID, short sequence, long timeStamp )
Parameters
- nodeId
- Type: SystemInt32
The AS assigned node source identifier. - asID
- Type: SystemByte
The identifier assigned to the AS. Must be >=0 and <= 0x3F(63) - sequence
- Type: SystemInt16
The sequence of the identifier for the current time stamp. Must be >=0 and <= 0x3FF(1023). - timeStamp
- Type: SystemInt64
The time stamp for the identifier. Seconds since January 1970. Must be >= 0.
Return Value
Type: DOFObjectIDSourceThe AS assigned identifier.
Remarks
See Also