Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
placeos-core
v4.15.1
Initializer
PlaceOS
Core
Api
Application
CommonError
ContentError
Error
NotAcceptable
NotFound
ParameterError
Chaos
Command
Drivers
Edge
Root
Error
NotReady
Status
DriverStatus
LoadedModules
MachineLoad
RunCount
Statistics
BuildApi
DriverResource
DriverStore
Error
Healthcheck
Logging
Mappings
ControlSystemModules
DriverModuleNames
ModuleNames
ModuleError
ModuleManager
ProcessCheck
State
ProcessManager
Common
Count
DebugCallback
DriverStatus
Edge
Module
Protocol
Transport
Local
Request
SystemStatus
ResourceManager
Result
SettingsUpdate
Edge
Client
Error
TransportTimeout
Protocol
Binary
Status
Client
Request
Response
Container
Message
BinaryBody
Body
Type
Debug
DebugMessage
DriverLoaded
DriverStatus
DriverStatusResponse
Execute
ExecuteResponse
FetchBinary
Ignore
Kill
Load
LoadedModules
LoadedModulesResponse
ModuleLoaded
ProxyRedis
Register
RegisterResponse
Module
ResponseBody
RunCount
RunCountResponse
SettingsAction
Start
Stop
Success
SystemStatus
SystemStatusResponse
Unload
RedisAction
Request
Response
Server
Request
Response
Text
Server
Transport
Record
Generated using Crystal 1.14.0
2024-11-20 07:38:38 UTC
class
PlaceOS::
Edge::
Protocol::
Message::
BinaryBody
PlaceOS::Edge::Protocol::Message::BinaryBody
Reference
Object
Overview
Binary response constructor
Defined in:
placeos-edge/protocol.cr
Constructors
.new
(success : Bool, key : String, path : Nil | String =
nil
, io : IO | Nil =
nil
)
Instance Method Summary
#io
: IO
#io?
: IO | Nil
#key
: String
#path
: String
#path?
: String | Nil
#success
: Bool
Constructor Detail
def self.
new
(success : Bool, key : String, path : Nil | String =
nil
, io : IO | Nil =
nil
)
#
[
View source
]
Instance Method Detail
def
io
: IO
#
[
View source
]
def
io?
: IO | Nil
#
[
View source
]
def
key
: String
#
[
View source
]
def
path
: String
#
[
View source
]
def
path?
: String | Nil
#
[
View source
]
def
success
: Bool
#
[
View source
]