Ejemplo n.º 1
0
 protected static extern void getChannelAttributesByKeys(string channelId, char[] attributesKey, int numberOfKeys, RtmWrapperDll.ChannelAttributeOptions options, long requestId);
Ejemplo n.º 2
0
 protected static extern void deleteChannelAttributesByKeys(char[] attributesKeys, int numberOfKeys, RtmWrapperDll.ChannelAttributeOptions options, long requestId);
Ejemplo n.º 3
0
 protected static extern void clearChannelAttributes(string channelId, RtmWrapperDll.ChannelAttributeOptions options, long requestId);
Ejemplo n.º 4
0
 protected static extern int setChannelAttributes(char channelId, RtmWrapperDll.RtmChannelAttribute[] attributes, int numberOfAttributes, RtmWrapperDll.ChannelAttributeOptions options, long requestId);