TypedTPINIT.MINSIZE Field

 

public static readonly int MINSIZE;

 

Remarks

 

TypedTPINIT.TPU_MASK Field

 

public const int TPU_MASK;

 

Remarks

 

TypedTPINIT.TPU_SIG Field

 

public const int TPU_SIG;

 

Remarks

 

TypedTPINIT.TPU_DIP Field

 

public const int TPU_DIP;

 

Remarks

 

TypedTPINIT.TPU_IGN Field

 

public const int TPU_IGN;

 

Remarks

 

TypedTPINIT.TPSA_FASTPATH Field

 

public const int TPSA_FASTPATH;

 

Remarks

 

TypedTPINIT.TPSA_PROTECTED Field

 

public const int TPSA_PROTECTED;

 

Remarks

 

TypedTPINIT.TPMULTICONTEXTS Field

 

public const int TPMULTICONTEXTS;

 

Remarks

 

TypedTPINIT.TPU_THREAD Field

 

public const int TPU_THREAD;

 

Remarks

 

TypedTPINIT.usrname Property

 

public string usrname {      get; set; }

 

Remarks

 

TypedTPINIT.cltname Property

 

public string cltname {       get; set; }

 

Remarks

 

TypedTPINIT.passwd Property

 

public string passwd {  get; set; }

 

Remarks

 

TypedTPINIT.grpname Property

 

public string grpname {      get; set; }

 

Remarks

 

TypedTPINIT.flags Property

 

public int flags {   get; set; }

 

Remarks

 

TypedTPINIT Constructor Method

Initializes a new instance of the TypedTPINIT class

public TypedTPINIT();

public TypedTPINIT(

long size

);   

 

Remarks

This method calls the construtor of TypedBuffer to allocated an unmanaged typed buffer of type “TPINIT” with a default size (the minimum size) or a size specified by argument size.

 

TypedTPINIT.TPINITNEED Method

.

public static int TPINITNEED(

int usrdatalen

);

 

Remarks

 

TypedTPINIT.SetData Method

.

public void SetData(

byte[] data

);

 

Remarks

 

TypedTPINIT.GetData Method

.

public byte[] GetData();

 

Remarks

 

TypedTPINIT.PreSend Method

.

protected override void PreSend();

 

Remarks

 

TypedTPINIT.PostReceive Method

.

protected override void PostReceive ();

 

Remarks