C# Class NewTOAPIA.Net.Udt.CSeqNo

Show file Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
decseq ( Int32 seq ) : Int32
incseq ( Int32 seq ) : Int32
incseq ( Int32 seq, Int32 inc ) : Int32
seqcmp ( Int32 seq1, Int32 seq2 ) : int
seqlen ( Int32 seq1, Int32 seq2 ) : int
seqoff ( Int32 seq1, Int32 seq2 ) : int

Method Details

decseq() public static method

public static decseq ( Int32 seq ) : Int32
seq System.Int32
return System.Int32

incseq() public static method

public static incseq ( Int32 seq ) : Int32
seq System.Int32
return System.Int32

incseq() public static method

public static incseq ( Int32 seq, Int32 inc ) : Int32
seq System.Int32
inc System.Int32
return System.Int32

seqcmp() public static method

public static seqcmp ( Int32 seq1, Int32 seq2 ) : int
seq1 System.Int32
seq2 System.Int32
return int

seqlen() public static method

public static seqlen ( Int32 seq1, Int32 seq2 ) : int
seq1 System.Int32
seq2 System.Int32
return int

seqoff() public static method

public static seqoff ( Int32 seq1, Int32 seq2 ) : int
seq1 System.Int32
seq2 System.Int32
return int