toggle menu
RootEncoder
androidJvm
switch theme
search in API
udp
/
com.pedro.udp.utils
/
UdpSocket
Udp
Socket
class
UdpSocket
(
host
:
String
,
type
:
UdpType
,
port
:
Int
)
Created by pedro on 6/3/24.
Members
Constructors
Udp
Socket
Link copied to clipboard
constructor
(
host
:
String
,
type
:
UdpType
,
port
:
Int
)
Functions
close
Link copied to clipboard
suspend
fun
close
(
)
connect
Link copied to clipboard
suspend
fun
connect
(
)
is
Connected
Link copied to clipboard
suspend
fun
isConnected
(
)
:
Boolean
is
Reachable
Link copied to clipboard
fun
isReachable
(
)
:
Boolean
read
Buffer
Link copied to clipboard
suspend
fun
readBuffer
(
)
:
ByteArray
write
Link copied to clipboard
suspend
fun
write
(
mpegTsPacket
:
MpegTsPacket
)
:
Int