Ejemplo n.º 1
0
 //  [Verify(PlatformInvoke)]
 public static extern unsafe nabto_status_t nabtoStreamSetOption(nabto_stream_t *stream, nabto_stream_option_t optionName, void *optionValue, nuint optionLength);
Ejemplo n.º 2
0
 //[Verify(PlatformInvoke)]
 public static extern unsafe nabto_status_t nabtoStreamConnectionType(nabto_stream_t *stream, nabto_connection_type_t *type);
Ejemplo n.º 3
0
 // [Verify(PlatformInvoke)]
 public static extern unsafe nabto_status_t nabtoStreamWrite(nabto_stream_t *stream, sbyte *buf, nuint len);
Ejemplo n.º 4
0
 // [Verify(PlatformInvoke)]
 public static extern unsafe nabto_status_t nabtoStreamReadIntoBuf(nabto_stream_t *stream, sbyte *buffer, nuint bufLen, nuint *resultLen);
Ejemplo n.º 5
0
 //  [Verify(PlatformInvoke)]
 public static extern unsafe nabto_status_t nabtoStreamRead(nabto_stream_t *stream, sbyte **resultBuffer, nuint *resultLen);
Ejemplo n.º 6
0
 // [Verify(PlatformInvoke)]
 public static extern unsafe nabto_status_t nabtoStreamClose(nabto_stream_t *stream);