C# Class NewTOAPIA.Net.Udt.CMsgNo

Show file Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
incmsg ( Int32 msgno ) : Int32
msgcmp ( Int32 msgno1, Int32 msgno2 ) : int
msglen ( Int32 msgno1, Int32 msgno2 ) : int
msgoff ( Int32 msgno1, Int32 msgno2 ) : int

Method Details

incmsg() public static method

public static incmsg ( Int32 msgno ) : Int32
msgno System.Int32
return System.Int32

msgcmp() public static method

public static msgcmp ( Int32 msgno1, Int32 msgno2 ) : int
msgno1 System.Int32
msgno2 System.Int32
return int

msglen() public static method

public static msglen ( Int32 msgno1, Int32 msgno2 ) : int
msgno1 System.Int32
msgno2 System.Int32
return int

msgoff() public static method

public static msgoff ( Int32 msgno1, Int32 msgno2 ) : int
msgno1 System.Int32
msgno2 System.Int32
return int