Documentation ¶
Index ¶
- func AcceptFriendRequest(err error, client *nex.Client, callID uint32, id uint64) uint32
- func AddBlacklist(err error, client *nex.Client, callID uint32, ...) uint32
- func AddFriendRequest(err error, client *nex.Client, callID uint32, pid uint32, unknown2 uint8, ...) uint32
- func CancelFriendRequest(err error, client *nex.Client, callID uint32, id uint64) uint32
- func CheckSettingStatus(err error, client *nex.Client, callID uint32) uint32
- func DeleteFriendRequest(err error, client *nex.Client, callID uint32, id uint64) uint32
- func DeletePersistentNotification(err error, client *nex.Client, callID uint32, ...) uint32
- func DenyFriendRequest(err error, client *nex.Client, callID uint32, id uint64) uint32
- func GetBasicInfo(err error, client *nex.Client, callID uint32, pids []uint32) uint32
- func GetRequestBlockSettings(err error, client *nex.Client, callID uint32, pids []uint32) uint32
- func MarkFriendRequestsAsReceived(err error, client *nex.Client, callID uint32, ids []uint64) uint32
- func RemoveBlacklist(err error, client *nex.Client, callID uint32, blockedPID uint32) uint32
- func RemoveFriend(err error, client *nex.Client, callID uint32, pid uint32) uint32
- func UpdateAndGetAllInformation(err error, client *nex.Client, callID uint32, ...) uint32
- func UpdateComment(err error, client *nex.Client, callID uint32, ...) uint32
- func UpdatePreference(err error, client *nex.Client, callID uint32, ...) uint32
- func UpdatePresence(err error, client *nex.Client, callID uint32, ...) uint32
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AcceptFriendRequest ¶
func AddBlacklist ¶
func AddBlacklist(err error, client *nex.Client, callID uint32, blacklistPrincipal *friends_wiiu_types.BlacklistedPrincipal) uint32
func AddFriendRequest ¶
func CancelFriendRequest ¶
func CheckSettingStatus ¶
func DeleteFriendRequest ¶
func DeletePersistentNotification ¶
func DeletePersistentNotification(err error, client *nex.Client, callID uint32, notifications []*friends_wiiu_types.PersistentNotification) uint32
func DenyFriendRequest ¶
func GetBasicInfo ¶
func GetRequestBlockSettings ¶
func RemoveBlacklist ¶
func RemoveFriend ¶
func UpdateAndGetAllInformation ¶
func UpdateAndGetAllInformation(err error, client *nex.Client, callID uint32, nnaInfo *friends_wiiu_types.NNAInfo, presence *friends_wiiu_types.NintendoPresenceV2, birthday *nex.DateTime) uint32
func UpdateComment ¶
func UpdatePreference ¶
func UpdatePreference(err error, client *nex.Client, callID uint32, principalPreference *friends_wiiu_types.PrincipalPreference) uint32
func UpdatePresence ¶
func UpdatePresence(err error, client *nex.Client, callID uint32, presence *friends_wiiu_types.NintendoPresenceV2) uint32
Types ¶
This section is empty.
Source Files ¶
- accept_friend_request.go
- add_blacklist.go
- add_friend_request.go
- cancel_friend_request.go
- check_setting_status.go
- delete_friend_request.go
- delete_persistent_notification.go
- deny_friend_request.go
- get_basic_info.go
- get_request_block_settings.go
- mark_friend_requests_as_received.go
- remove_blacklist.go
- remove_friend.go
- update_and_get_all_information.go
- update_comment.go
- update_preference.go
- update_presence.go
Click to show internal directories.
Click to hide internal directories.