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