Documentation ¶
Index ¶
- func AddFriendshipByPrincipalID(err error, client *nex.Client, callID uint32, lfc uint64, pid uint32) uint32
- func GetAllFriends(err error, client *nex.Client, callID uint32) uint32
- func GetFriendMii(err error, client *nex.Client, callID uint32, pids []uint32) uint32
- func GetFriendPersistentInfo(err error, client *nex.Client, callID uint32, pids []uint32) uint32
- func GetFriendPresence(err error, client *nex.Client, callID uint32, pids []uint32) uint32
- func GetPrincipalIDByLocalFriendCode(err error, client *nex.Client, callID uint32, lfc uint64, lfcList []uint64) uint32
- func RemoveFriendByLocalFriendCode(err error, client *nex.Client, callID uint32, friendLFC uint64) uint32
- func RemoveFriendByPrincipalID(err error, client *nex.Client, callID uint32, pid uint32) uint32
- func SyncFriend(err error, client *nex.Client, callID uint32, lfc uint64, pids []uint32, ...) uint32
- func UpdateComment(err error, client *nex.Client, callID uint32, comment string) uint32
- func UpdateFavoriteGameKey(err error, client *nex.Client, callID uint32, ...) uint32
- func UpdateMii(err error, client *nex.Client, callID uint32, mii *friends_3ds_types.Mii) uint32
- func UpdatePreference(err error, client *nex.Client, callID uint32, showOnline bool, ...) uint32
- func UpdatePresence(err error, client *nex.Client, callID uint32, ...) uint32
- func UpdateProfile(err error, client *nex.Client, callID uint32, ...) uint32
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFriendMii ¶
func GetFriendPersistentInfo ¶
func GetFriendPresence ¶
func SyncFriend ¶
func UpdateComment ¶
func UpdateFavoriteGameKey ¶
func UpdatePreference ¶
func UpdatePresence ¶
func UpdatePresence(err error, client *nex.Client, callID uint32, presence *friends_3ds_types.NintendoPresence, showGame bool) uint32
func UpdateProfile ¶
Types ¶
This section is empty.
Source Files ¶
- add_friendship_by_pid.go
- get_all_friends.go
- get_friend_mii.go
- get_friend_persistent_info.go
- get_friend_presence.go
- get_pid_by_lfc.go
- remove_friend_by_lfc.go
- remove_friend_by_pid.go
- sync_friend.go
- update_comment.go
- update_favorite_game_key.go
- update_mii.go
- update_preference.go
- update_presence.go
- update_profile.go
Click to show internal directories.
Click to hide internal directories.