Wombat.MamaMsg.stringForMsg C# (CSharp) Méthode

stringForMsg() public méthode

Return the string for this message
public stringForMsg ( ) : string
Résultat string
        public string stringForMsg()
        {
            EnsurePeerCreated();
            return Marshal.PtrToStringAnsi(NativeMethods.mamaMsgType_stringForMsg(nativeHandle));
        }
MamaMsg