C# Class NetProto.Proto.error_info

Inheritance: NetBase
Afficher le fichier Open project: en/libunity Class Usage Examples

Méthodes publiques

Свойство Type Description
code System.Int32
msg string

Méthodes publiques

Méthode Description
Pack ( ByteArray w ) : void
UnPack ( ByteArray reader ) : error_info

Method Details

Pack() public méthode

public Pack ( ByteArray w ) : void
w ByteArray
Résultat void

UnPack() public static méthode

public static UnPack ( ByteArray reader ) : error_info
reader ByteArray
Résultat error_info

Property Details

code public_oe property

public Int32,System code
Résultat System.Int32

msg public_oe property

public string msg
Résultat string